Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / Sort Method

In This Topic
    Sort Method (StructList<T>)
    In This Topic
    Sorts the elements in the entire StructList<T> using the specified GrapeCity.Documents.Common.StructComparison`1.
    Overload List
    OverloadDescription
    Sorts the elements in the entire StructList<T> using the specified GrapeCity.Documents.Common.StructComparison`1.  
    Sorts the elements in a range of elements in StructList<T> using the specified GrapeCity.Documents.Common.StructComparison`1.  
    Sorts the elements in the entire StructList<T> using the specified comparer.  
    Sorts the elements in a range of elements in StructList<T> using the specified comparer.  
    See Also